You are here: Understanding the Meridian object model > About the ExportPackage object > The ExportPackage object methods > IsDocumentInPackage method

NEW  IsDocumentInPackage method

Gets a value that indicates whether the specified document is contained in the current export package.

Syntax
IsDocumentInPackage(DocGlobalID As String) As Boolean
Parameters

Name

Description

DocGlobalID

The GlobalID value of the document to check.

Return Value

True if the export package contains the specified document, otherwise False.

Related concepts

NEW About the ExportPackage object